home *** CD-ROM | disk | FTP | other *** search
/ SCI Games E3 2005 Press Kit (USA) / SCI Games E3 2005 Press Kit (USA).bin / runme_mac.swf / scripts / DefineSprite_294 / frame_2 / DoAction.as
Text File  |  2005-05-05  |  182b  |  6 lines

  1. bt6.useHandCursor = false;
  2. var ambientSound = new Sound(this);
  3. this.ambientSound.attachSound("BackgroundSound");
  4. this.ambientSound.setVolume(5);
  5. this.ambientSound.start(0,999);
  6.